home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
b'mac ROM 1996 #6-7
/
BMAC-VOL6-7-1996-06-07.ISO
/
BMAC-VOL6-7-1996-06-07.ISO
/
Start b'mac ROM
/
bmacMovie
/
00028.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
325 b
|
14 lines
on kchuu
set casnum to clickOn()
set castorg to the castNum of sprite casnum
repeat while the stillDown
cursor(200)
puppetSprite(casnum, 1)
set the castNum of sprite casnum to castorg + 1
updateStage()
end repeat
cursor(0)
set the castNum of sprite casnum to castorg
puppetSprite(casnum, 0)
end